ktor
2.2.4
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
js
ktor-io
/
io.ktor.utils.io.bits
/
[js]of
of
js
fun
Memory.Companion
.
of
(
array
:
ByteArray
,
offset
:
Int
=
0
,
length
:
Int
=
array.size - offset
)
:
Memory
Create
Memory
view for the specified
array
range starting at
offset
and the specified bytes
length
.